Events
Strongly typed, and derived from:
class java.util.EventObject
interface java.util.EventListener
Supports unicast and multicast event delivery with checked Exception handling
Synchronous delivery between Source
and Listener
Semantics may be extended by defining and interposing Adaptors

Return to Tracks